riffenc: take an AVStream instead of an AVCodecContext
authorAnton Khirnov <anton@khirnov.net>
Fri, 30 May 2014 05:17:28 +0000 (07:17 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 18 Jun 2014 13:03:55 +0000 (15:03 +0200)
commitd754ed41727b1fcbab335b510248a9758a73320c
treea36c3d330f92bd2b3fb6f638a5aaada93f4951c4
parentf792d3cbb8e8e35c54a9358a55dd596b7a40f228
riffenc: take an AVStream instead of an AVCodecContext

It will be useful in the following commits.

Also, rename the AVCodecContext pointer name from 'stream' to 'codec'.
libavformat/avienc.c
libavformat/nutenc.c
libavformat/riff.h
libavformat/riffenc.c