comparison snow.h @ 5200:be79f0a00c10 libavcodec

Remove leading underscores from specifiers, they are reserved.
author diego
date Mon, 02 Jul 2007 17:00:04 +0000
parents d3e389536b0a
children 8dcb8c89a661
comparison
equal deleted inserted replaced
5199:0af35881395e 5200:be79f0a00c10
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 #ifndef _SNOW_H 22 #ifndef SNOW_H
23 #define _SNOW_H 23 #define SNOW_H
24 24
25 #include "dsputil.h" 25 #include "dsputil.h"
26 26
27 #define MID_STATE 128 27 #define MID_STATE 128
28 28