Required by a pending change in ffprobe.
| ... | ... |
@@ -43,6 +43,11 @@ extern const char program_name[]; |
| 43 | 43 |
*/ |
| 44 | 44 |
extern const int program_birth_year; |
| 45 | 45 |
|
| 46 |
+/** |
|
| 47 |
+ * this year, defined by the program for show_banner() |
|
| 48 |
+ */ |
|
| 49 |
+extern const int this_year; |
|
| 50 |
+ |
|
| 46 | 51 |
extern AVCodecContext *avcodec_opts[AVMEDIA_TYPE_NB]; |
| 47 | 52 |
extern AVFormatContext *avformat_opts; |
| 48 | 53 |
extern struct SwsContext *sws_opts; |