summaryrefslogtreecommitdiff
path: root/cmdutils.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-12-20 02:38:02 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-12-20 02:38:02 +0100
commitaf4b1c02acf6923489d30349c4813a0d73b2f114 (patch)
tree72ba1faae0a32c3850d8a15fc07f282fec06c33c /cmdutils.h
parent52b866471ec97dd03d92ad1df4c5bdba54f285c0 (diff)
parent77bd1bc73a1946b0f0ce09a7cbb242a65e138d06 (diff)
downloadffmpeg-af4b1c02acf6923489d30349c4813a0d73b2f114.tar.gz
Merge commit '77bd1bc73a1946b0f0ce09a7cbb242a65e138d06'
* commit '77bd1bc73a1946b0f0ce09a7cbb242a65e138d06': avconv: use new options parser. Conflicts: ffmpeg.c ffmpeg.h ffmpeg_opt.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'cmdutils.h')
-rw-r--r--cmdutils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmdutils.h b/cmdutils.h
index 85ad0245d4..43cb6a09d9 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -254,6 +254,7 @@ typedef struct OptionGroup {
AVDictionary *codec_opts;
AVDictionary *format_opts;
struct SwsContext *sws_opts;
+ struct SwrContext *swr_opts;
} OptionGroup;
/**