Merge commit 'bb8c6ac840afa69dd37860fdf85da9f4cf1e0ae4'

* commit 'bb8c6ac840afa69dd37860fdf85da9f4cf1e0ae4':
  rtpdec_h264: Make a parameter pointer const

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2015-02-20 21:40:07 +01:00
commit 48e661b30b
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ static void parse_profile_level_id(AVFormatContext *s,
static int parse_sprop_parameter_sets(AVFormatContext *s,
AVCodecContext *codec,
char *value)
const char *value)
{
char base64packet[1024];
uint8_t decoded_packet[1024];