This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
roqvideo: remove unused variables
tags/n2.2-rc1
Anton Khirnov
11 years ago
parent
372262853b
commit
7ca97aa7ee
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/roqvideo.h
+ 0
- 1
libavcodec/roqvideo.h
View File
@@ -44,7 +44,6 @@ struct RoqTempData;
typedef struct RoqContext {
AVCodecContext *avctx;
AVFrame frames[2];
AVFrame *last_frame;
AVFrame *current_frame;
int first_frame;
Write
Preview
Loading…
Cancel
Save