X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fflv.h;h=3d9a2d5232a5c857ed6d59f9bc146ad7e194b424;hb=cc5e9e5ff052fe31aa757de79f2d11fb21df3fba;hp=84111175c640cc3703ded465f3f8e0d5af21cb31;hpb=2912e87a6c9264d556734e2bf94a99c64cf9b102;p=ffmpeg diff --git a/libavcodec/flv.h b/libavcodec/flv.h index 84111175c64..3d9a2d5232a 100644 --- a/libavcodec/flv.h +++ b/libavcodec/flv.h @@ -30,5 +30,4 @@ void ff_flv2_encode_ac_esc(PutBitContext *pb, int slevel, int level, int run, in int ff_flv_decode_picture_header(MpegEncContext *s); void ff_flv2_decode_ac_esc(GetBitContext *gb, int *level, int *run, int *last); -#endif - +#endif /* AVCODEC_FLV_H */