You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/rv34_parser: Remove unused ParseContext
This parser does not do frame packetization at all. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -24,11 +24,10 @@
|
|||||||
* RV30/40 parser
|
* RV30/40 parser
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "parser.h"
|
#include "avcodec.h"
|
||||||
#include "libavutil/intreadwrite.h"
|
#include "libavutil/intreadwrite.h"
|
||||||
|
|
||||||
typedef struct RV34ParseContext {
|
typedef struct RV34ParseContext {
|
||||||
ParseContext pc;
|
|
||||||
int64_t key_dts;
|
int64_t key_dts;
|
||||||
int key_pts;
|
int key_pts;
|
||||||
} RV34ParseContext;
|
} RV34ParseContext;
|
||||||
|
Reference in New Issue
Block a user