Merge commit '65e053271a98f7acf3ef6b412998cfcb44a8eef8'

* commit '65e053271a98f7acf3ef6b412998cfcb44a8eef8':
  rtpenc_vp8: Include the picture number in VP8 packets

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2012-12-17 13:46:46 +01:00
2 changed files with 15 additions and 7 deletions

View File

@@ -59,6 +59,8 @@ struct RTPMuxContext {
int nal_length_size;
int flags;
unsigned int frame_count;
};
typedef struct RTPMuxContext RTPMuxContext;