summaryrefslogtreecommitdiff
path: root/ext/libav/gstavaudenc.h
diff options
context:
space:
mode:
authorGreg Rutz <greg@gsr-tek.com>2013-10-14 14:50:57 -0600
committerSebastian Dröge <slomo@circular-chaos.org>2013-10-15 09:27:03 +0200
commit13ffed87b1597fa60ccee293f71c3993ec59d1b2 (patch)
tree561358bea880625e07c2dc9eb4f88e12d0c9811e /ext/libav/gstavaudenc.h
parent4c93bffb213ee6a330c0a2e64fa757f46e6db951 (diff)
avenc: Add compliance property
Add a new property to GstFFMpegVidEnc and GstFFMpegAudEnc to supply the "strict compliance" value to AVCodecContext https://bugzilla.gnome.org/show_bug.cgi?id=691617
Diffstat (limited to 'ext/libav/gstavaudenc.h')
-rw-r--r--ext/libav/gstavaudenc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/libav/gstavaudenc.h b/ext/libav/gstavaudenc.h
index b01184f..bce0900 100644
--- a/ext/libav/gstavaudenc.h
+++ b/ext/libav/gstavaudenc.h
@@ -42,6 +42,7 @@ struct _GstFFMpegAudEnc
/* cache */
gint bitrate;
gint rtp_payload_size;
+ gint compliance;
/* other settings are copied over straight,
* include a context here, rather than copy-and-past it from avcodec.h */