comparison libtheoraenc.c @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents c6db7667e39b
children
comparison
equal deleted inserted replaced
12023:c7455450364d 12024:fdafbcef52f5
47 int uv_hshift; 47 int uv_hshift;
48 int uv_vshift; 48 int uv_vshift;
49 int keyframe_mask; 49 int keyframe_mask;
50 } TheoraContext; 50 } TheoraContext;
51 51
52 /** Concatenates an ogg_packet into the extradata. */ 52 /** Concatenate an ogg_packet into the extradata. */
53 static int concatenate_packet(unsigned int* offset, 53 static int concatenate_packet(unsigned int* offset,
54 AVCodecContext* avc_context, 54 AVCodecContext* avc_context,
55 const ogg_packet* packet) 55 const ogg_packet* packet)
56 { 56 {
57 const char* message = NULL; 57 const char* message = NULL;