diff options
author | Alex Converse <alex.converse@gmail.com> | 2012-01-27 10:36:35 -0800 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2012-01-27 17:19:09 -0800 |
commit | 7181c4edee636beaf520344766ae5bd8a9d9d15a (patch) | |
tree | f60f2392bdad7910b446e259b8c6f66fe31078ca /libavcodec | |
parent | e771e6dd63e837220aa5d959486546d2be972e83 (diff) | |
download | ffmpeg-7181c4edee636beaf520344766ae5bd8a9d9d15a.tar.gz |
cosmetics: Remove extra newlines at EOF
Diffstat (limited to 'libavcodec')
58 files changed, 0 insertions, 58 deletions
diff --git a/libavcodec/4xm.c b/libavcodec/4xm.c index 52edc9942e..da682dfb00 100644 --- a/libavcodec/4xm.c +++ b/libavcodec/4xm.c @@ -886,4 +886,3 @@ AVCodec ff_fourxm_decoder = { .capabilities = CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("4X Movie"), }; - diff --git a/libavcodec/acelp_filters.c b/libavcodec/acelp_filters.c index 04f6d4a5f9..16e2da1cc1 100644 --- a/libavcodec/acelp_filters.c +++ b/libavcodec/acelp_filters.c @@ -142,4 +142,3 @@ void ff_tilt_compensation(float *mem, float tilt, float *samples, int size) samples[0] -= tilt * *mem; *mem = new_tilt_mem; } - diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c index fe1ee5c4b0..cda71e0a1a 100644 --- a/libavcodec/allcodecs.c +++ b/libavcodec/allcodecs.c @@ -432,4 +432,3 @@ void avcodec_register_all(void) REGISTER_BSF (REMOVE_EXTRADATA, remove_extradata); REGISTER_BSF (TEXT2MOVSUB, text2movsub); } - diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c index dc4961c9ba..2948a48b5c 100644 --- a/libavcodec/alsdec.c +++ b/libavcodec/alsdec.c @@ -1755,4 +1755,3 @@ AVCodec ff_als_decoder = { .capabilities = CODEC_CAP_SUBFRAMES | CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("MPEG-4 Audio Lossless Coding (ALS)"), }; - diff --git a/libavcodec/amrnbdata.h b/libavcodec/amrnbdata.h index d6d1f34562..26ff7fb40e 100644 --- a/libavcodec/amrnbdata.h +++ b/libavcodec/amrnbdata.h @@ -1669,4 +1669,3 @@ static const float highpass_poles[2] = { -1.933105469, 0.935913085 }; static const float highpass_gain = 0.939819335; #endif /* AVCODEC_AMRNBDATA_H */ - diff --git a/libavcodec/atrac.c b/libavcodec/atrac.c index 2c39aade22..da6cd305fb 100644 --- a/libavcodec/atrac.c +++ b/libavcodec/atrac.c @@ -117,4 +117,3 @@ void atrac_iqmf (float *inlo, float *inhi, unsigned int nIn, float *pOut, float /* Update the delay buffer. */ memcpy(delayBuf, temp + nIn*2, 46*sizeof(float)); } - diff --git a/libavcodec/aura.c b/libavcodec/aura.c index f1fdb5ccec..6052a65acf 100644 --- a/libavcodec/aura.c +++ b/libavcodec/aura.c @@ -133,4 +133,3 @@ AVCodec ff_aura2_decoder = { .capabilities = CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("Auravision Aura 2"), }; - diff --git a/libavcodec/bitstream.c b/libavcodec/bitstream.c index 14e392f34d..8ac4802961 100644 --- a/libavcodec/bitstream.c +++ b/libavcodec/bitstream.c @@ -322,4 +322,3 @@ void free_vlc(VLC *vlc) { av_freep(&vlc->table); } - diff --git a/libavcodec/cscd.c b/libavcodec/cscd.c index 00921bc47d..43f0e5e7d5 100644 --- a/libavcodec/cscd.c +++ b/libavcodec/cscd.c @@ -265,4 +265,3 @@ AVCodec ff_cscd_decoder = { .capabilities = CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("CamStudio"), }; - diff --git a/libavcodec/dvdata.c b/libavcodec/dvdata.c index 3a135a9ac7..a2d89399f5 100644 --- a/libavcodec/dvdata.c +++ b/libavcodec/dvdata.c @@ -282,4 +282,3 @@ const DVprofile* avpriv_dv_codec_profile(AVCodecContext* codec) return NULL; } - diff --git a/libavcodec/dxa.c b/libavcodec/dxa.c index 97b912a61a..d196f49486 100644 --- a/libavcodec/dxa.c +++ b/libavcodec/dxa.c @@ -328,4 +328,3 @@ AVCodec ff_dxa_decoder = { .capabilities = CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("Feeble Files/ScummVM DXA"), }; - diff --git a/libavcodec/dxva2.c b/libavcodec/dxva2.c index e56a64594e..d7d893c457 100644 --- a/libavcodec/dxva2.c +++ b/libavcodec/dxva2.c @@ -151,4 +151,3 @@ end: ff_draw_horiz_band(s, 0, s->avctx->height); return result; } - diff --git a/libavcodec/dxva2_h264.c b/libavcodec/dxva2_h264.c index 9608ecb8e6..ffe71a9656 100644 --- a/libavcodec/dxva2_h264.c +++ b/libavcodec/dxva2_h264.c @@ -448,4 +448,3 @@ AVHWAccel ff_h264_dxva2_hwaccel = { .end_frame = end_frame, .priv_data_size = sizeof(struct dxva2_picture_context), }; - diff --git a/libavcodec/dxva2_mpeg2.c b/libavcodec/dxva2_mpeg2.c index 2e77cd1bd8..b20b3d79f4 100644 --- a/libavcodec/dxva2_mpeg2.c +++ b/libavcodec/dxva2_mpeg2.c @@ -270,4 +270,3 @@ AVHWAccel ff_mpeg2_dxva2_hwaccel = { .end_frame = end_frame, .priv_data_size = sizeof(struct dxva2_picture_context), }; - diff --git a/libavcodec/dxva2_vc1.c b/libavcodec/dxva2_vc1.c index 22ad4598ae..64447ad87a 100644 --- a/libavcodec/dxva2_vc1.c +++ b/libavcodec/dxva2_vc1.c @@ -286,4 +286,3 @@ AVHWAccel ff_vc1_dxva2_hwaccel = { .end_frame = end_frame, .priv_data_size = sizeof(struct dxva2_picture_context), }; - diff --git a/libavcodec/escape124.c b/libavcodec/escape124.c index f6d7c8268e..4ca4ff3951 100644 --- a/libavcodec/escape124.c +++ b/libavcodec/escape124.c @@ -374,4 +374,3 @@ AVCodec ff_escape124_decoder = { .capabilities = CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("Escape 124"), }; - diff --git a/libavcodec/fft.c b/libavcodec/fft.c index aa34b34152..1e31dde163 100644 --- a/libavcodec/fft.c +++ b/libavcodec/fft.c @@ -350,4 +350,3 @@ static void ff_fft_calc_c(FFTContext *s, FFTComplex *z) { fft_dispatch[s->nbits-2](z); } - diff --git a/libavcodec/flashsvenc.c b/libavcodec/flashsvenc.c index 81aa5b6bfb..669badc6ce 100644 --- a/libavcodec/flashsvenc.c +++ b/libavcodec/flashsvenc.c @@ -286,4 +286,3 @@ AVCodec ff_flashsv_encoder = { .pix_fmts = (const enum PixelFormat[]){PIX_FMT_BGR24, PIX_FMT_NONE}, .long_name = NULL_IF_CONFIG_SMALL("Flash Screen Video"), }; - diff --git a/libavcodec/h261.c b/libavcodec/h261.c index eab36402ee..9555613f6b 100644 --- a/libavcodec/h261.c +++ b/libavcodec/h261.c @@ -51,4 +51,3 @@ void ff_h261_loop_filter(MpegEncContext *s){ s->dsp.h261_loop_filter(dest_cb, uvlinesize); s->dsp.h261_loop_filter(dest_cr, uvlinesize); } - diff --git a/libavcodec/h261enc.c b/libavcodec/h261enc.c index c758ec09d5..1072d9eabc 100644 --- a/libavcodec/h261enc.c +++ b/libavcodec/h261enc.c @@ -332,4 +332,3 @@ AVCodec ff_h261_encoder = { .pix_fmts= (const enum PixelFormat[]){PIX_FMT_YUV420P, PIX_FMT_NONE}, .long_name= NULL_IF_CONFIG_SMALL("H.261"), }; - diff --git a/libavcodec/h264_cavlc.c b/libavcodec/h264_cavlc.c index db74602f66..fdb7ab5709 100644 --- a/libavcodec/h264_cavlc.c +++ b/libavcodec/h264_cavlc.c @@ -1187,4 +1187,3 @@ decode_intra_mb: return 0; } - diff --git a/libavcodec/h264_mp4toannexb_bsf.c b/libavcodec/h264_mp4toannexb_bsf.c index bc49b146ab..eceebebecb 100644 --- a/libavcodec/h264_mp4toannexb_bsf.c +++ b/libavcodec/h264_mp4toannexb_bsf.c @@ -190,4 +190,3 @@ AVBitStreamFilter ff_h264_mp4toannexb_bsf = { sizeof(H264BSFContext), h264_mp4toannexb_filter, }; - diff --git a/libavcodec/idcinvideo.c b/libavcodec/idcinvideo.c index 8ae15eb67f..e1b0e2e3e9 100644 --- a/libavcodec/idcinvideo.c +++ b/libavcodec/idcinvideo.c @@ -264,4 +264,3 @@ AVCodec ff_idcin_decoder = { .capabilities = CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("id Quake II CIN video"), }; - diff --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c index 07b7edfd52..d90254ca76 100644 --- a/libavcodec/imgconvert.c +++ b/libavcodec/imgconvert.c @@ -1013,4 +1013,3 @@ int avpicture_deinterlace(AVPicture *dst, const AVPicture *src, emms_c(); return 0; } - diff --git a/libavcodec/intelh263dec.c b/libavcodec/intelh263dec.c index 8347c79021..bedfabff02 100644 --- a/libavcodec/intelh263dec.c +++ b/libavcodec/intelh263dec.c @@ -136,4 +136,3 @@ AVCodec ff_h263i_decoder = { .long_name = NULL_IF_CONFIG_SMALL("Intel H.263"), .pix_fmts= ff_pixfmt_list_420, }; - diff --git a/libavcodec/kbdwin.c b/libavcodec/kbdwin.c index c2c1c59040..3b590b38ef 100644 --- a/libavcodec/kbdwin.c +++ b/libavcodec/kbdwin.c @@ -45,4 +45,3 @@ av_cold void ff_kbd_window_init(float *window, float alpha, int n) for (i = 0; i < n; i++) window[i] = sqrt(local_window[i] / sum); } - diff --git a/libavcodec/libvo-aacenc.c b/libavcodec/libvo-aacenc.c index 647971a892..280ba27ef9 100644 --- a/libavcodec/libvo-aacenc.c +++ b/libavcodec/libvo-aacenc.c @@ -126,4 +126,3 @@ AVCodec ff_libvo_aacenc_encoder = { .sample_fmts = (const enum AVSampleFormat[]){AV_SAMPLE_FMT_S16,AV_SAMPLE_FMT_NONE}, .long_name = NULL_IF_CONFIG_SMALL("Android VisualOn AAC"), }; - diff --git a/libavcodec/libvo-amrwbenc.c b/libavcodec/libvo-amrwbenc.c index f39317e1de..5214ee6d2e 100644 --- a/libavcodec/libvo-amrwbenc.c +++ b/libavcodec/libvo-amrwbenc.c @@ -130,4 +130,3 @@ AVCodec ff_libvo_amrwbenc_encoder = { "(AMR) Wide-Band"), .priv_class = &class, }; - diff --git a/libavcodec/libxavs.c b/libavcodec/libxavs.c index f65be72b3c..8587eae99b 100644 --- a/libavcodec/libxavs.c +++ b/libavcodec/libxavs.c @@ -384,4 +384,3 @@ AVCodec ff_libxavs_encoder = { .priv_class = &class, .defaults = xavs_defaults, }; - diff --git a/libavcodec/libxvid_rc.c b/libavcodec/libxvid_rc.c index b4bc715aea..2386ce3cc6 100644 --- a/libavcodec/libxvid_rc.c +++ b/libavcodec/libxvid_rc.c @@ -145,4 +145,3 @@ void ff_xvid_rate_control_uninit(MpegEncContext *s){ xvid_plugin_2pass2(s->rc_context.non_lavc_opaque, XVID_PLG_DESTROY, &xvid_plg_destroy, NULL); } - diff --git a/libavcodec/mace.c b/libavcodec/mace.c index 792d71d072..e22bc3976a 100644 --- a/libavcodec/mace.c +++ b/libavcodec/mace.c @@ -310,4 +310,3 @@ AVCodec ff_mace6_decoder = { .capabilities = CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("MACE (Macintosh Audio Compression/Expansion) 6:1"), }; - diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h index 45b1ecf1ae..d6eb98ddac 100644 --- a/libavcodec/mathops.h +++ b/libavcodec/mathops.h @@ -179,4 +179,3 @@ if ((y) < (x)) {\ #endif #endif /* AVCODEC_MATHOPS_H */ - diff --git a/libavcodec/mdec.c b/libavcodec/mdec.c index 3741549b22..a4e2020317 100644 --- a/libavcodec/mdec.c +++ b/libavcodec/mdec.c @@ -276,4 +276,3 @@ AVCodec ff_mdec_decoder = { .long_name= NULL_IF_CONFIG_SMALL("Sony PlayStation MDEC (Motion DECoder)"), .init_thread_copy= ONLY_IF_THREADS_ENABLED(decode_init_thread_copy) }; - diff --git a/libavcodec/mlp_parser.h b/libavcodec/mlp_parser.h index 940ba838f3..35bb312f17 100644 --- a/libavcodec/mlp_parser.h +++ b/libavcodec/mlp_parser.h @@ -56,4 +56,3 @@ typedef struct MLPHeaderInfo int ff_mlp_read_major_sync(void *log, MLPHeaderInfo *mh, GetBitContext *gb); #endif /* AVCODEC_MLP_PARSER_H */ - diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c index d79cf705ac..4515ef04a7 100644 --- a/libavcodec/mpeg12.c +++ b/libavcodec/mpeg12.c @@ -2587,4 +2587,3 @@ AVCodec ff_mpeg1_vdpau_decoder = { .long_name = NULL_IF_CONFIG_SMALL("MPEG-1 video (VDPAU acceleration)"), }; #endif - diff --git a/libavcodec/mpeg4video.c b/libavcodec/mpeg4video.c index 130e9b2050..d7c928df03 100644 --- a/libavcodec/mpeg4video.c +++ b/libavcodec/mpeg4video.c @@ -168,4 +168,3 @@ int ff_mpeg4_set_direct_mv(MpegEncContext *s, int mx, int my){ return MB_TYPE_DIRECT2 | MB_TYPE_16x16 | MB_TYPE_L0L1; //Note see prev line } } - diff --git a/libavcodec/msrledec.c b/libavcodec/msrledec.c index 5e33a59280..4714772a20 100644 --- a/libavcodec/msrledec.c +++ b/libavcodec/msrledec.c @@ -256,4 +256,3 @@ int ff_msrle_decode(AVCodecContext *avctx, AVPicture *pic, int depth, return -1; } } - diff --git a/libavcodec/msrledec.h b/libavcodec/msrledec.h index 5bde35a1a2..ca5d936977 100644 --- a/libavcodec/msrledec.h +++ b/libavcodec/msrledec.h @@ -37,4 +37,3 @@ int ff_msrle_decode(AVCodecContext *avctx, AVPicture *pic, int depth, const uint8_t* data, int data_size); #endif /* AVCODEC_MSRLEDEC_H */ - diff --git a/libavcodec/nellymoser.c b/libavcodec/nellymoser.c index cbcc4f941b..195e2e80ae 100644 --- a/libavcodec/nellymoser.c +++ b/libavcodec/nellymoser.c @@ -223,4 +223,3 @@ void ff_nelly_get_sample_bits(const float *buf, int *bits) bits[i] = 0; } } - diff --git a/libavcodec/nellymoserdec.c b/libavcodec/nellymoserdec.c index 69c1b86f5e..9d5e1c73dd 100644 --- a/libavcodec/nellymoserdec.c +++ b/libavcodec/nellymoserdec.c @@ -227,4 +227,3 @@ AVCodec ff_nellymoser_decoder = { AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_NONE }, }; - diff --git a/libavcodec/nuv.c b/libavcodec/nuv.c index 94962b5843..5f601db66e 100644 --- a/libavcodec/nuv.c +++ b/libavcodec/nuv.c @@ -283,4 +283,3 @@ AVCodec ff_nuv_decoder = { .capabilities = CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("NuppelVideo/RTJPEG"), }; - diff --git a/libavcodec/pcm_tablegen.c b/libavcodec/pcm_tablegen.c index 8a9bcb6fb1..7b4bc8c6c9 100644 --- a/libavcodec/pcm_tablegen.c +++ b/libavcodec/pcm_tablegen.c @@ -37,4 +37,3 @@ int main(void) return 0; } - diff --git a/libavcodec/psymodel.c b/libavcodec/psymodel.c index 316076a904..5d6c32eda1 100644 --- a/libavcodec/psymodel.c +++ b/libavcodec/psymodel.c @@ -134,4 +134,3 @@ av_cold void ff_psy_preprocess_end(struct FFPsyPreprocessContext *ctx) av_freep(&ctx->fstate); av_free(ctx); } - diff --git a/libavcodec/qtrle.c b/libavcodec/qtrle.c index 0c74798226..e96e2788c9 100644 --- a/libavcodec/qtrle.c +++ b/libavcodec/qtrle.c @@ -545,4 +545,3 @@ AVCodec ff_qtrle_decoder = { .capabilities = CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("QuickTime Animation (RLE) video"), }; - diff --git a/libavcodec/ratecontrol.h b/libavcodec/ratecontrol.h index 6cd4a18010..c0e05ccf18 100644 --- a/libavcodec/ratecontrol.h +++ b/libavcodec/ratecontrol.h @@ -102,4 +102,3 @@ void ff_xvid_rate_control_uninit(struct MpegEncContext *s); float ff_xvid_rate_estimate_qscale(struct MpegEncContext *s, int dry_run); #endif /* AVCODEC_RATECONTROL_H */ - diff --git a/libavcodec/rl2.c b/libavcodec/rl2.c index 7e3bd9cdde..ace3b0cca5 100644 --- a/libavcodec/rl2.c +++ b/libavcodec/rl2.c @@ -229,4 +229,3 @@ AVCodec ff_rl2_decoder = { .capabilities = CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("RL2 video"), }; - diff --git a/libavcodec/sgidec.c b/libavcodec/sgidec.c index dfa00ed79f..580cf81a20 100644 --- a/libavcodec/sgidec.c +++ b/libavcodec/sgidec.c @@ -268,4 +268,3 @@ AVCodec ff_sgi_decoder = { .decode = decode_frame, .long_name = NULL_IF_CONFIG_SMALL("SGI image"), }; - diff --git a/libavcodec/smacker.c b/libavcodec/smacker.c index 44331f267b..192466280d 100644 --- a/libavcodec/smacker.c +++ b/libavcodec/smacker.c @@ -752,4 +752,3 @@ AVCodec ff_smackaud_decoder = { .capabilities = CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("Smacker audio"), }; - diff --git a/libavcodec/snow.c b/libavcodec/snow.c index 905e02ad70..d7f33b4eae 100644 --- a/libavcodec/snow.c +++ b/libavcodec/snow.c @@ -650,4 +650,3 @@ av_cold void ff_snow_common_end(SnowContext *s) if (s->current_picture.data[0]) s->avctx->release_buffer(s->avctx, &s->current_picture); } - diff --git a/libavcodec/tscc.c b/libavcodec/tscc.c index ccf1048c9b..3e3073d3cd 100644 --- a/libavcodec/tscc.c +++ b/libavcodec/tscc.c @@ -209,4 +209,3 @@ AVCodec ff_tscc_decoder = { .capabilities = CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("TechSmith Screen Capture Codec"), }; - diff --git a/libavcodec/ulti.c b/libavcodec/ulti.c index 62bab3c38d..96f13e430a 100644 --- a/libavcodec/ulti.c +++ b/libavcodec/ulti.c @@ -428,4 +428,3 @@ AVCodec ff_ulti_decoder = { .capabilities = CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("IBM UltiMotion"), }; - diff --git a/libavcodec/utvideo.c b/libavcodec/utvideo.c index 89854c277c..413a3743c5 100644 --- a/libavcodec/utvideo.c +++ b/libavcodec/utvideo.c @@ -578,4 +578,3 @@ AVCodec ff_utvideo_decoder = { .capabilities = CODEC_CAP_DR1 | CODEC_CAP_FRAME_THREADS, .long_name = NULL_IF_CONFIG_SMALL("Ut Video"), }; - diff --git a/libavcodec/vb.c b/libavcodec/vb.c index a1052ef95f..e7002a1def 100644 --- a/libavcodec/vb.c +++ b/libavcodec/vb.c @@ -276,4 +276,3 @@ AVCodec ff_vb_decoder = { .decode = decode_frame, .long_name = NULL_IF_CONFIG_SMALL("Beam Software VB"), }; - diff --git a/libavcodec/vmnc.c b/libavcodec/vmnc.c index a72c507c3c..8cc78fa4c0 100644 --- a/libavcodec/vmnc.c +++ b/libavcodec/vmnc.c @@ -519,4 +519,3 @@ AVCodec ff_vmnc_decoder = { .capabilities = CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("VMware Screen Codec / VMware Video"), }; - diff --git a/libavcodec/vorbisdec.c b/libavcodec/vorbisdec.c index bb69fed254..2f1477ffb0 100644 --- a/libavcodec/vorbisdec.c +++ b/libavcodec/vorbisdec.c @@ -1713,4 +1713,3 @@ AVCodec ff_vorbis_decoder = { AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_NONE }, }; - diff --git a/libavcodec/wma.c b/libavcodec/wma.c index d82fde7b18..4eaf6fcc1e 100644 --- a/libavcodec/wma.c +++ b/libavcodec/wma.c @@ -525,4 +525,3 @@ int ff_wma_run_level_decode(AVCodecContext* avctx, GetBitContext* gb, return 0; } - diff --git a/libavcodec/xxan.c b/libavcodec/xxan.c index 58c80c05fa..4659d34972 100644 --- a/libavcodec/xxan.c +++ b/libavcodec/xxan.c @@ -425,4 +425,3 @@ AVCodec ff_xan_wc4_decoder = { .capabilities = CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("Wing Commander IV / Xxan"), }; - diff --git a/libavcodec/zmbv.c b/libavcodec/zmbv.c index a36a844b1f..2345eb36b5 100644 --- a/libavcodec/zmbv.c +++ b/libavcodec/zmbv.c @@ -672,4 +672,3 @@ AVCodec ff_zmbv_decoder = { .capabilities = CODEC_CAP_DR1, .long_name = NULL_IF_CONFIG_SMALL("Zip Motion Blocks Video"), }; - |