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
avplay: remove an unused variable.
tags/n0.11
Anton Khirnov
13 years ago
parent
63efd83ae1
commit
e0f68413dd
1 changed files
with
0 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
avplay.c
+ 0
- 1
avplay.c
View File
@@ -137,7 +137,6 @@ typedef struct VideoState {
int64_t seek_rel;
int64_t seek_rel;
int read_pause_return;
int read_pause_return;
AVFormatContext *ic;
AVFormatContext *ic;
int dtg_active_format;
int audio_stream;
int audio_stream;
Write
Preview
Loading…
Cancel
Save