summaryrefslogtreecommitdiff
path: root/libavformat/rtpenc.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-01-22 14:27:48 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-01-22 14:27:48 +0100
commit73b59cc1bad802612d04c112844aab49953ede64 (patch)
treefc10f203df63429499223682b39940a2f7cab14f /libavformat/rtpenc.h
parenteb2f499e37ee8c890836f80c3ffba57e971fe514 (diff)
parent4f56e773fe8a554b8c2662650aaf799c2ece2721 (diff)
downloadffmpeg-73b59cc1bad802612d04c112844aab49953ede64.tar.gz
Merge commit '4f56e773fe8a554b8c2662650aaf799c2ece2721'
* commit '4f56e773fe8a554b8c2662650aaf799c2ece2721': x86: ac3: Fix HAVE_MMXEXT condition to only refer to external assembly rtpenc: Start the sequence numbers from a random offset Conflicts: libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/rtpenc.h')
-rw-r--r--libavformat/rtpenc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtpenc.h b/libavformat/rtpenc.h
index f304ea8c58..72a5fa4c8f 100644
--- a/libavformat/rtpenc.h
+++ b/libavformat/rtpenc.h
@@ -31,7 +31,7 @@ struct RTPMuxContext {
int payload_type;
uint32_t ssrc;
const char *cname;
- uint16_t seq;
+ int seq;
uint32_t timestamp;
uint32_t base_timestamp;
uint32_t cur_timestamp;