ffmpeg | branch: master | Anton Khirnov <an...@khirnov.net> | Mon Jan 24 18:00:09 2022 +0100| [e1027aba680c4382c103fd1100cc5567a1530abc] | committer: Andreas Rheinhardt
lavc/h264data.h: stop including h264dec.h This header does not need anything from there. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e1027aba680c4382c103fd1100cc5567a1530abc --- libavcodec/h264data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264data.h b/libavcodec/h264data.h index 2968b08b7e..988352aa9a 100644 --- a/libavcodec/h264data.h +++ b/libavcodec/h264data.h @@ -21,7 +21,7 @@ #include <stdint.h> -#include "h264dec.h" +#include "h264.h" extern const uint8_t ff_h264_golomb_to_pict_type[5]; extern const uint8_t ff_h264_golomb_to_intra4x4_cbp[48]; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".