Commit b9e095ab authored by conrad's avatar conrad

Fix "warning: assignment discards qualifiers from pointer target type"

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19424 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1cceedde
......@@ -47,7 +47,7 @@ typedef struct TheoraContext{
*/
static int concatenate_packet(unsigned int* offset, AVCodecContext* avc_context, const ogg_packet* packet)
{
char* message = NULL;
const char* message = NULL;
uint8_t* newdata = NULL;
int newsize = avc_context->extradata_size + 2 + packet->bytes;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment