[FFmpeg-cvslog] avcodec/rv34_parser: Remove unused ParseContext

Andreas Rheinhardt git at videolan.org
Thu Sep 7 02:18:27 EEST 2023


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Mon Sep  4 15:41:27 2023 +0200| [8d3f721e0bd4bff50a55177e0dd86f93aa698a97] | committer: Andreas Rheinhardt

avcodec/rv34_parser: Remove unused ParseContext

This parser does not do frame packetization at all.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8d3f721e0bd4bff50a55177e0dd86f93aa698a97
---

 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;



More information about the ffmpeg-cvslog mailing list