[FFmpeg-devel] [PATCH 2/2] avcodec/rv34_parser: Remove unused ParseContext

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Mon Sep 4 16:45:16 EEST 2023


This parser does not do frame packetization at all.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
 libavcodec/rv34_parser.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/libavcodec/rv34_parser.c b/libavcodec/rv34_parser.c
index fbc764c64f..2997a4db70 100644
--- a/libavcodec/rv34_parser.c
+++ b/libavcodec/rv34_parser.c
@@ -24,11 +24,10 @@
  * RV30/40 parser
  */
 
-#include "parser.h"
+#include "avcodec.h"
 #include "libavutil/intreadwrite.h"
 
 typedef struct RV34ParseContext {
-    ParseContext pc;
     int64_t key_dts;
     int key_pts;
 } RV34ParseContext;
-- 
2.34.1



More information about the ffmpeg-devel mailing list