mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01: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:
parent
a7443421f2
commit
8d3f721e0b
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue