From c2f7417eeb9cc31f75e71f7be2780f90f1628d7e Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 26 Nov 2013 12:18:44 +0100 Subject: vc1: move MpegEncContext.resync_marker into VC1Context. The field still remains in MpegEncContext because it is used by the mpeg4 decoder. --- libavcodec/vc1.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/vc1.h') diff --git a/libavcodec/vc1.h b/libavcodec/vc1.h index d70e33700e..9db8eddac2 100644 --- a/libavcodec/vc1.h +++ b/libavcodec/vc1.h @@ -401,6 +401,7 @@ typedef struct VC1Context{ int end_mb_x; ///< Horizontal macroblock limit (used only by mss2) int parse_only; ///< Context is used within parser + int resync_marker; ///< could this stream contain resync markers } VC1Context; /** Find VC-1 marker in buffer -- cgit v1.2.3